type runtime.special
17 uses
runtime (current package)
mheap.go#L486: specials *special // linked list of special records sorted by offset.
mheap.go#L1832: type special struct {
mheap.go#L1834: next *special // linked list in span
mheap.go#L1861: func addspecial(p unsafe.Pointer, s *special) bool {
mheap.go#L1896: func removespecial(p unsafe.Pointer, kind uint8) *special {
mheap.go#L1910: var result *special
mheap.go#L1930: func (span *mspan) specialFindSplicePoint(offset uintptr, kind byte) (**special, bool) {
mheap.go#L1957: special special
mheap.go#L2039: special special
mheap.go#L2246: special special
mheap.go#L2265: special special
mheap.go#L2272: special special
mheap.go#L2278: pprev **special
mheap.go#L2279: s *special
mheap.go#L2297: func (i *specialsIter) unlinkAndNext() *special {
mheap.go#L2306: func freeSpecial(s *special, p unsafe.Pointer, size uintptr) {
pinner.go#L337: *ref = (*special)(unsafe.Pointer(rec))
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |